-
-
Notifications
You must be signed in to change notification settings - Fork 222
Working on c-api/list.po #1178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 3.14
Are you sure you want to change the base?
Working on c-api/list.po #1178
Conversation
rockleona
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感謝你的翻譯!
|
你好,我已經修正再麻煩你審查 |
| "``PyList_SetSlice(list, PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, iterable)`` and " | ||
| "analogous to ``list.extend(iterable)`` or ``list += iterable``." | ||
| msgstr "" | ||
| "將 *iterable* 中的內容擴展至 *list*。這與 ``PyList_SetSlice(list, " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
首句「擴展」的受詞應該是 list
| "將 *iterable* 中的內容擴展至 *list*。這與 ``PyList_SetSlice(list, " | |
| "以 *iterable* 中的內容擴展 *list*。這與 ``PyList_SetSlice(list, " |
| "in :ref:`debug mode <debug-build>` or :option:`with assertions <--with-" | ||
| "assertions>`." | ||
| msgstr "" | ||
| "如果 Python 是以 :ref:`debug mode <debug-build>` 或 " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
這邊可以翻譯(加斜線的原因可以見此頁面)
| "如果 Python 是以 :ref:`debug mode <debug-build>` 或 " | |
| "如果 Python 是以\\ :ref:`偵錯模式 <debug-build>`\\ 或 " |
No description provided.